Package edu.claflin.finder.io.graph.sub
Interface GraphWriter
- All Known Implementing Classes:
NOABatchIO,SIFGraphIO,SimpleGraphIO
public interface GraphWriter
Interface used by classes that write graphs to memory.
- Version:
- 3.0 May 20, 2015
- Author:
- Charles Allen Schultz II
-
Method Summary
-
Method Details
-
writeGraph
Writes graphs to memory.- Parameters:
toWrite- theGraphobject to write to memory.
-